home *** CD-ROM | disk | FTP | other *** search
- ; TANKscr.cfg
- ; This screen deals with the initial menu options contained within the Network FrontEnd.
-
- ; Screen name ********* ENTER NAME OF SCREEN ON NEXT LINE **********
- SCREENNAME TankSelectionScreen
-
- ; The tank selection title text
- BEGINENTITY
- XCENTRED
- YCOORD 10
- YPOSITION FLOATING
- TRANSPARENT
- ~C1~LIST OF TANKS
- ACTIVE
- ENDENTITY
-
- ; The Tank Selection Menu
- ; NOTE: Arbitrarily allow 8 entities maximum, there should be no more than 8 types
- ; of player tank. There are no predetermined entities, they are received
- ; from the Network module.
- BEGINVMENU
- NAME TankSelectMenu
- XCENTRED
- YCOORD 45
- YPOSITION FLOATING
- TRANSPARENT
- VDISPLAYSIZE 8
- JUSTIFICATION CENTRE
- VMAXENTITIES 20
- SPACING FLOATING
- HIGHLIGHTER
- ACTIVE
- CYCLE
- ENDVGROUP
-